Fix subtle problem with redirection in nt/configure.bat.
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 May 2012 16:17:35 +0000 (19:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 May 2012 16:17:35 +0000 (19:17 +0300)
commitc244bed48f95de19087226c5ce5d9751d66fea22
tree941c3327b6f4d8f527ef09824676b6781114d853
parentfabaf1fe14aca347ab85c1c14ae01c95173b80cf
Fix subtle problem with redirection in nt/configure.bat.

 nt/configure.bat (genmakefiles): Move the redirection away from the
 end of the command, to avoid excess whitespace at the end of Make
 variables created at configure time, and also avoid things like
 "FOO1>>config.settings", where "1" gets interpreted as the file
 descriptor and eaten up.  This fixes breakage introduced by the
 last change, without reintroducing the bug fixed by that change.
nt/ChangeLog
nt/configure.bat